MessageType

enum MessageType

Represents type of messages.

Entries

Link copied to clipboard

Type of plain text message sent by the current user.

Link copied to clipboard

Type of plain text message sent by users other than the current user.

Link copied to clipboard

Type of file message sent by the current user.

Link copied to clipboard

Type of file message sent by users other than the current user.

Link copied to clipboard

Type of image message sent by the current user.

Link copied to clipboard

Type of image message sent by users other than the current user.

Link copied to clipboard

Type of video message sent by the current user.

Link copied to clipboard

Type of video message sent by users other than the current user.

Link copied to clipboard

Message type sent by the administrator.

Link copied to clipboard

Message type that displays the date.

Link copied to clipboard

Type of unknown message sent by the current user.

Link copied to clipboard

Type of unknown message sent by users other than the current user.

Link copied to clipboard

Type of a parent message info in thread list. This type is only used in ThreadListAdapter since 3.3.0

Link copied to clipboard

Type of chat notification channel's message sent by the administrator. since 3.5.0

Link copied to clipboard

Type of feed notification channel's message sent by the administrator. since 3.5.0

Link copied to clipboard

Type of voice message sent by the current user. since 3.4.0

Link copied to clipboard

Type of voice message sent by users other than the current user. since 3.4.0

Link copied to clipboard

Type of MultipleFilesMessage sent by the current user. since 3.9.0

Link copied to clipboard

Type of MultipleFilesMessage sent by users other than the current user . since 3.9.0

Link copied to clipboard

Type of suggested replies. since 3.10.0

Link copied to clipboard

Type of forms message. since 3.10.0

Link copied to clipboard

Type of typing indicator. since 3.11.0

Link copied to clipboard

Functions

Link copied to clipboard
open fun from(value: Int): MessageType
Link copied to clipboard
open fun valueOf(name: String): MessageType
Link copied to clipboard
open fun values(): Array<MessageType>

Properties

Link copied to clipboard
val value: Int